Click or drag to resize

SymbolRegistryFileContainingSymbol Method

Gets file descriptor that contains definition of given symbol full name (including package path). Returns null if not found.

Namespace:  Grpc.Reflection
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public FileDescriptor FileContainingSymbol(
	string symbol
)

Parameters

symbol
Type: SystemString

[Missing <param name="symbol"/> documentation for "M:Grpc.Reflection.SymbolRegistry.FileContainingSymbol(System.String)"]

Return Value

Type: FileDescriptor
See Also