NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.IsByRefImpl

Returns false always.

[Visual Basic]
Overrides Protected Function IsByRefImpl() As Boolean
[C#]
protected override bool IsByRefImpl();
[C++]
protected: override bool IsByRefImpl();
[JScript]
protected override function IsByRefImpl() : Boolean;

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace