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!

ModuleBuilder.IsTransient

Checks if this dynamic module is transient.

[Visual Basic]
Public Function IsTransient() As Boolean
[C#]
public bool IsTransient();
[C++]
public: bool IsTransient();
[JScript]
public function IsTransient() : Boolean;

Return Value

Returns true if this dynamic module is transient, otherwise returns false.

See Also

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