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!

Marshal.GenerateGuidForType

[To be supplied.]

[Visual Basic]
Public Shared Function GenerateGuidForType( _
   ByVal type As Type _
) As Guid
[C#]
public static Guid GenerateGuidForType(
   Type type
);
[C++]
public: static Guid GenerateGuidForType(
   Type* type
);
[JScript]
public static function GenerateGuidForType(
   type : Type
) : Guid;

Parameters

type
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace